Skip to content

Naive shell script to verify Meltdown (CVE-2017-5754) patch status of EC2 instances

Notifications You must be signed in to change notification settings

jdmulloy/meltdown-aws-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

meltdown-aws-scanner

Naive shell script to verify Meltdown (CVE-2017-5754) patch status of EC2 instances

Requirements

  • aws cli with working configuration

Using the script

Scan all EC2 instances in default account and region

$ ./check_meltdown.sh | tee $(date '+%Y-%m-%d').csv

Scan a subset of EC2 instances in default account and region

$ ./check_meltdown.sh --filters "Name=tag:Name,Values=prod-*"

About

Naive shell script to verify Meltdown (CVE-2017-5754) patch status of EC2 instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages